C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGridBase<T> Class / WriteTo Method
The writer.
The Html encoder.

In This Topic
WriteTo Method (FlexGridBase<T>)
In This Topic
Writer the process result of current instance to the writer.
Syntax
'Declaration
 
Public Overridable Sub WriteTo( _
   ByVal writer As TextWriter, _
   ByVal encoder As HtmlEncoder _
) 
 

Parameters

writer
The writer.
encoder
The Html encoder.
See Also